home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
zabezpeceni
/
fortknox
/
fk-setup_cz.exe
/
{app}
/
FortKnox.mof
< prev
next >
Wrap
Text File
|
2006-02-27
|
2KB
|
60 lines
//**************************************************************************
//* File: FortKnox.mof
//**************************************************************************
//**************************************************************************
//* This MOF was generated from the "\\.\ROOT\SecurityCenter"
//* namespace on machine "NETGATE".\
//* To compile this MOF on another machine you should edit this pragma.
//**************************************************************************
#pragma namespace("\\\\.\\ROOT\\SecurityCenter")
//**************************************************************************
//* Class: FirewallProduct
//* Derived from:
//**************************************************************************
class FirewallProduct
{
[key, Not_Null] string instanceGuid;
[Not_Null] string displayName;
[Not_Null] boolean enabled;
string pathToEnableUI;
string enableUIParameters;
uint8 enableUIMd5Hash[];
string companyName;
string versionNumber;
};
//**************************************************************************
//* Instances of: FirewallProduct
//**************************************************************************
instance of FirewallProduct as $FPFProvider
{
companyName = "NETGATE";
displayName = "FortKnox Personal Firewall";
enabled = FALSE;
instanceGuid = "{4501B693-A51C-4de5-A266-62EC104DA8F9}";
versionNumber = "2006";
};
instance of __InstanceProviderRegistration
{
Provider = $FPFProvider;
SupportsPut = "FALSE";
SupportsGet = "TRUE";
SupportsDelete = "FALSE";
SupportsEnumeration = "TRUE";
};
//* EOF FortKnox.mof